home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0711.dms / q0711.adf / Graphics / 3D / Commodore3D.c < prev    next >
Text File  |  1992-07-29  |  5KB  |  103 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: 3D Graphics                 Tulevagen 22       */
  8. /* File:    Commodore3D.c               181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-28                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* In this example we will rotate a more complex 3D-      */
  21. /* object. We will turn it in all three dimensions (x, y  */
  22. /* and z) and use perspective (the further away from the  */
  23. /* eye the smaller the object will be).                   */
  24. /*                                                        */
  25. /* The object should look like this:                      */
  26. /*                                                        */
  27. /*                                                        */
  28. /*        +-----+                                         */
  29. /*       /     /|                                         */
  30. /*      +-----+ |                                         */
  31. /*     /      | +-----+                                   */
  32. /*    /       |/     /                                    */
  33. /*   /   +----+-----+                                     */
  34. /*  +   /|    |    /                                      */
  35. /*  |  + |    |   /                                       */
  36. /*  |  | |    ++-+-+                                      */
  37. /*  |  | +    /   / \                                     */
  38. /*  |  |/ \   +--+   \                                    */
  39. /*  |  +   +--|   \   +                                   */
  40. /*  +   \ /   |    \ /                                    */
  41. /*   \   +----+-+---+                                     */
  42. /*    \       | +                                         */
  43. /*     \      |/                                          */
  44. /*      +-----+                                           */
  45. /*                                                        */
  46. /* (No, I have not received any money from Commodore.)    */
  47.  
  48. I am sorry but this file is only available for registered
  49. members. 
  50.  
  51. The registration fee is only £30, $60, SEK 300, or similar
  52. amount in your own currency (price includes everything). The
  53. Amiga C Encyclopedia is the largest collection of documents,
  54. examples and utilities in C for the Amiga and it is still among
  55. the cheapest manuals. But this is not all, a registered owner
  56. will also get:
  57.  
  58.   1. Two disks containing the last parts of the encyclopedia.
  59.      The disks will be sent by first class air mail.
  60.  
  61.   2. Registration card for the Amiga C Club (ACC).
  62.  
  63.   3. Immediate information about updates.
  64.  
  65.   4. Updated versions of the encyclopedia for only the cost of
  66.      disks plus postage and packing.
  67.  
  68.   5. Assistance with digitizing colour pictures and sampling
  69.      sound effects.
  70.  
  71.   6. Unlimited help with your C programs. You never have to be
  72.      alone with your problems.
  73.  
  74.   7. The right to use parts of the manual in your own
  75.      commercial/non-commercial programs/articles.
  76.  
  77. Can any other manual give you all this???
  78.  
  79. The simplest way of paying is to include the money in a letter
  80. in cash. US dollar bills, English pounds or Swedish SEK are
  81. preferred, but all currencies are accepted. You can also send
  82. the money as a "Postal Money Order", ask your local bank or
  83. post office. Please do not use cheques. It is sadly extremely
  84. expensive to cash a foreign cheque here in Sweden.
  85.  
  86. If you live in Scandinavia you can send the money to "Svenska
  87. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  88. mottagare: Datra".
  89.  
  90. Please send the registration fee together with your complete
  91. address to:
  92.  
  93.   Datra, Amiga C Club
  94.   Anders Bjeri
  95.   Tulevagen 22
  96.   181 41  LIDINGO
  97.   SWEDEN
  98.  
  99. I have worked for more than four years now with this
  100. encyclopedia, and with your help I can continue to improve it.
  101.  
  102. Happy programming!!!
  103.